home *** CD-ROM | disk | FTP | other *** search
OS/2 Install Catalog File | 1996-03-07 | 2.2 KB | 58 lines |
- **********************************************************************
- * See the Software Installer Reference for information on creating a
- * catalog file.
- **********************************************************************
-
-
- *---------------------------------------------------------------------
- * Define the contents of this catalog file.
- *
- * The following changes are required:
- * - Change "<Product Name>" in the NAME and DESCRIPTION keywords to
- * your product name.
- *
- * You may change the value of the DESCRIPTION keyword to be more
- * descriptive.
- *---------------------------------------------------------------------
- CATALOG
- NAME = 'OS/2-Planets',
- DESCRIPTION = 'This catalog contains OS/2-Planets.'
-
-
- **********************************************************************
-
-
- *---------------------------------------------------------------------
- * Include 1 PACKAGE entry for each product in the catalog. You will
- * usually only have 1 entry.
- *
- * The following changes are required:
- * - Change "<Product Name>" in the NAME keyword to your product name.
- * - Change "0000-000" in the NUMBER keyword to your product number.
- * - Change "0000" in the FEATURE keyword to your product feature.
- * - Change "010100" in the VRM keyword to your product's version
- * number.
- * - Change "PACKAGE.PKG" in the PACKAGEFILE keyword to the name of
- * the product's package file.
- * - Change "DESCR.DSC" in the PKGDESCRFILE keyword to the name of
- * the product's description file.
- *
- * If the product does not have components, the following changes are
- * required:
- * - Change "2500000" in the SIZE keyword to number of byte required
- * to install the product.
- *
- * If you do not update the CONFIG.SYS during installation of the
- * product, the following changes are required:
- * - Change "YES" in the UPDATECONFIGSYS keyword to "NO".
- *---------------------------------------------------------------------
- PACKAGE
- NAME = 'OS/2-Planets',
- NUMBER = '0000-001',
- FEATURE = 'Release',
- VRM = '010201',
- PACKAGEFILE = 'DRIVE: OS2PL.PKG',
- PKGDESCRFILE = 'DRIVE: OS2PL.DSC',
- SIZE = '1564862',
- UPDATECONFIGSYS = 'NO'